Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add (loadType/deleteValue/pvc) in Cluster New , and add deleteValue in Tenant New #641

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TianWuwt
Copy link
Collaborator

…e in Tenant New

Summary

feat(): add loadType 、deleteValue、pvc in Cluster New ,add deleteValue in Tenant New
image
image
image

Solution Description

@TianWuwt TianWuwt added this to the dashboard-0.4.0 milestone Nov 19, 2024
@TianWuwt TianWuwt self-assigned this Nov 19, 2024
@TianWuwt TianWuwt changed the title feat(): add loadType 、deleteValue、pvc in Cluster New ,add deleteValu… feat: add (loadType/deleteValue/pvc) in Cluster New , and add deleteValue in Tenant New Nov 19, 2024
{
value: 'KV',
label: 'KV',
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

express_oltp_perf was omitted.

@@ -173,7 +192,21 @@ export default function Observer({ storageClasses, form }: ObserverProps) {
</Col>
</Row>
<p className={styles.titleText}>storage</p>

<p className={styles.subTitleText}>存储卷配置</p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use CustomFormItem? I don't think this form item for pvc protection is special among other items.

export default function Observer({
storageClasses,
form,
pvcValue,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not put this item into the form?

</Col>

<Col span={8}>
<Form.Item name={['deleteVal']} label={<></>}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why leave an empty label here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants